home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / lib / omaha.g < prev    next >
Text File  |  1996-04-04  |  811b  |  44 lines

  1. (game-module "omaha"
  2.   (title "Omaha Beach Landings")
  3.   (base-module "ww2-bn")
  4.   (variants
  5.    (see-all false)
  6.    (sequential true)
  7.    )
  8.   (instructions (
  9.    ))
  10.   )
  11.  
  12. (scorekeeper (do last-side-wins))
  13.  
  14. (set initial-date "0:00 6 Jun 1944")
  15.  
  16. (set initial-day-part 0.50)
  17.  
  18. (set last-turn 9)
  19.  
  20. (add u* start-with 0)
  21.  
  22. (side 1 (name "Allies") (adjective "Allied") (class "allied")
  23.    (color "blue") (emblem-name "white-star"))
  24.  
  25. (side 2 (name "Germany") (adjective "German") (class "german")
  26.    (color "black") (emblem-name "german-cross"))
  27.  
  28. (set sides-min 2)
  29. (set sides-max 2)
  30.  
  31. (area 40 19 (restrict 186 159 55 80))
  32.  
  33. (include "t-normandy") ; has to go here so towns get on German side
  34.  
  35. (unit-defaults (s 1))
  36.  
  37. (landing-ship 90 90)
  38. (landing-ship 89 91)
  39. (landing-ship 88 92)
  40.  
  41. (inf-mot 90 90)
  42. (inf-mot 89 91)
  43. (inf-mot 88 92)
  44.